home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Shareware City / Developers / ABox.v1.8 / ABox info... / About the ABox... / Version History < prev   
Encoding:
Text File  |  1995-05-23  |  2.8 KB  |  60 lines  |  [TEXT/MMCC]

  1. ==========
  2. Version history:
  3.  
  4. 1.8        Changes for compatibility with CodeWarrior CW6 release
  5.         and the new Universal Headers. Mainly, the changes involved
  6.         renaming lots of methods that returned references to
  7.         object members so the names of the methods now end in
  8.         "Ref" This had to be done for cases where the name of the
  9.         method was the same name as a datatype or class; older
  10.         versions of CW didn't complain about this, but now it does.
  11. 1.7        Addition of better checks for the Drag Manager since
  12.         Simon Dufour found a problem running on his PowerBook
  13.         under System 7.1 French-Canadian (!)
  14. 1.6        addition of support for the TeachText/SimpleText
  15.         read-only ('ttro') documents as text files.
  16. 1.5        addressed ColorQuickDraw issues on 68000 machines
  17.         such as the SE when using DeviceLoop
  18. 1.4        addition of BalloonHelp for the test app and the
  19.         ABox resources, just to do it up right...also fixed a logic
  20.         problem in performing update events via the event filter
  21.         which would cause some application's use of the Abox to
  22.         show an incomplete dialog, where some controls were
  23.         drawn and some omitted.
  24. 1.3        fixed a bug in the public release that incorrectly
  25.         detected the SpeechMgr on PowerMacs (well, on my 
  26.         8100/80 at work at least), but worked fine on 680x0
  27.         macs.
  28. 1.2        public release; fixed the 3d effects to be intelligent
  29.         across multiple monitors a-la DeviceLoop; fixed a pair of
  30.         memory leaks in two of the classes. There _is_ a cosmetic
  31.         bug wherein the 3d bezel effect will sometimes draw on
  32.         top of the top line of the vertical scrollbars, but it's
  33.         only cosmetic and will be fixed shortly.
  34. 1.1        final dressing for public release; mainly includes
  35.         the documentation that was really needed, and adjustment
  36.         of the 3d frame effect
  37. 1.0.8        internal stuff, never released on time due to loss of
  38.         full internet access (sigh...)
  39. 1.0.7        fixed and improved the list update code to better
  40.         handle list drawing when shoved to the background.
  41.         Also, added some DragMgr code to improve things.
  42. 1.0.6        added some sanity checks when dealing with RgnHandles 
  43.         for the Drag Manager to prevent the ABox++ from 
  44.         eventually blowing up. Changed the cursor switching 
  45.         between arrow and watch during setup time.    Also 
  46.         added support for the host program to turn support 
  47.         for the Drag Mgr, Speech to Text Mgr, and the Sound 
  48.         Mgr on and off via the kABoxUseDragMgr, 
  49.         kABoxUseSpeechMgr, and KABoxUseSoundMgr properties of
  50.         the ABox class.
  51. 1.0.5        reduced the package size (thanks again dan!) due to 
  52.         a bad resource file being included via a QuicKeys 
  53.         macro during packaging. Sigh.
  54. 1.0.4        reduced redundant updates, finally fixed 
  55.         click-to-foreground movement/updating (thanks dan!)
  56. 1.0.3        edits for true modeless dialog window proc,
  57.         better click-to-foreground handling
  58. 1.0.2        internal modifications; never released
  59. 1.0.1        first version released
  60.